home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / LOGO / 3827.ZIP / LOGOHLP.ZIP / PRINT.HLP < prev    next >
Encoding:
Text File  |  1990-06-12  |  415 b   |  7 lines

  1. print  -- Command, one input.  Abbreviation: pr
  2.      The input, which may be a word or a list, is printed on the  terminal,
  3.      followed  by  a  new  line character.  (That is, the terminal is posi-
  4.      tioned at the beginning of a new line after printing the object.)   If
  5.      the  object is a list, any sub-lists are delimited by square brackets,
  6.      but the entire object is not delimited by brackets.
  7.